Skip to main content

DictionaryDelete Node

The DictionaryDelete Node gets a key to the Input Port, looks up for the key in the Dictionary Collection, deletes the key : value for the key, and returnes the boolean status of deletion to the Output Port.

DictionaryDelete Node
DictionaryDelete Node

The DictionaryDelete Node has the following Input Ports:

  • key Input Port (named by default) gets the name of the key, ex. "key" = "ID1".

If the deletion operation is performes succesfully the DictionaryDelete Node returnes True to the Output Port.

The DictionaryGet Node has the following Configuration Parameters:

  • Collection Name to address the Dictionary.